home *** CD-ROM | disk | FTP | other *** search
- object FromOffsiteMailIdentity: TFromOffsiteMailIdentity
- Left = 0
- Top = 0
- BorderStyle = bsDialog
- Caption = 'Mail Identity'
- ClientHeight = 362
- ClientWidth = 322
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 153
- Top = 332
- Width = 6
- Height = 25
- Shape = bsLeftLine
- end
- object GbAccountDetails: TGroupBox
- AlignWithMargins = True
- Left = 4
- Top = 4
- Width = 314
- Height = 206
- Caption = 'Account Details'
- TabOrder = 0
- object LbEmail: TLabel
- Left = 9
- Top = 22
- Width = 32
- Height = 13
- Caption = 'E-Mail:'
- end
- object LbName: TLabel
- Left = 9
- Top = 48
- Width = 50
- Height = 13
- Caption = 'Full Name:'
- end
- object LblServerType: TLabel
- Left = 9
- Top = 75
- Width = 70
- Height = 13
- Caption = 'Account Type:'
- end
- object LblPassword: TLabel
- Left = 9
- Top = 181
- Width = 50
- Height = 13
- Caption = 'Password:'
- end
- object LblUsername: TLabel
- Left = 9
- Top = 154
- Width = 52
- Height = 13
- Caption = 'Username:'
- end
- object LblServerName: TLabel
- Left = 9
- Top = 101
- Width = 66
- Height = 13
- Caption = 'Server Name:'
- end
- object LblPortNumber: TLabel
- Left = 9
- Top = 128
- Width = 64
- Height = 13
- Caption = 'Port Number:'
- end
- object EdEMail: TEdit
- Left = 125
- Top = 19
- Width = 175
- Height = 21
- TabOrder = 0
- OnChange = DetailsChange
- end
- object EdFullName: TEdit
- Left = 125
- Top = 45
- Width = 175
- Height = 21
- TabOrder = 1
- OnChange = DetailsChange
- end
- object RbPOP3: TRadioButton
- Left = 125
- Top = 74
- Width = 55
- Height = 17
- Caption = 'POP3'
- Checked = True
- TabOrder = 2
- TabStop = True
- OnClick = DetailsChange
- end
- object RbIMAP: TRadioButton
- Left = 192
- Top = 74
- Width = 54
- Height = 17
- Caption = 'IMAP'
- TabOrder = 3
- OnClick = DetailsChange
- end
- object EdPassword: TEdit
- Left = 125
- Top = 178
- Width = 175
- Height = 21
- PasswordChar = '*'
- TabOrder = 9
- OnChange = DetailsChange
- end
- object EdUserName: TEdit
- Left = 125
- Top = 151
- Width = 175
- Height = 21
- TabOrder = 8
- OnChange = DetailsChange
- end
- object EdServerName: TEdit
- Left = 125
- Top = 98
- Width = 175
- Height = 21
- TabOrder = 5
- OnChange = DetailsChange
- end
- object RbBroadway: TRadioButton
- Left = 255
- Top = 74
- Width = 49
- Height = 17
- Caption = 'Diino'
- TabOrder = 4
- OnClick = DetailsChange
- end
- object EdPortNumber: TEdit
- Left = 125
- Top = 125
- Width = 175
- Height = 21
- TabOrder = 6
- OnChange = DetailsChange
- end
- object CbSSL: TCheckBox
- Left = 174
- Top = 126
- Width = 97
- Height = 17
- Caption = 'Use SSL'
- Enabled = False
- TabOrder = 7
- Visible = False
- OnClick = DetailsChange
- end
- end
- object GbWhatToDo: TGroupBox
- Left = 2
- Top = 265
- Width = 314
- Height = 61
- Caption = 'What to do with found messages'
- TabOrder = 2
- object RbCopy: TRadioButton
- Left = 11
- Top = 18
- Width = 260
- Height = 16
- Caption = 'Copy - Original messages are left on server'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = DetailsChange
- end
- object RbMove: TRadioButton
- Left = 11
- Top = 39
- Width = 260
- Height = 17
- Caption = 'Move - Originals are deleted'
- TabOrder = 1
- OnClick = DetailsChange
- end
- end
- object GbWhereToStore: TGroupBox
- Left = 4
- Top = 213
- Width = 314
- Height = 53
- Caption = 'Store messages from this account in this folder'
- TabOrder = 1
- object LblFolderName: TLabel
- Left = 11
- Top = 24
- Width = 64
- Height = 13
- Caption = 'Folder Name:'
- end
- object EdFolderName: TEdit
- Left = 125
- Top = 21
- Width = 175
- Height = 21
- TabOrder = 0
- OnChange = DetailsChange
- end
- end
- object BtnTest: TButton
- Left = 4
- Top = 332
- Width = 143
- Height = 25
- Action = AcTest
- TabOrder = 3
- end
- object BtnOK: TButton
- Left = 162
- Top = 332
- Width = 75
- Height = 25
- Action = AcOK
- TabOrder = 4
- end
- object BtnCancel: TButton
- Left = 241
- Top = 332
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object AL: TActionList
- Left = 274
- Top = 280
- object AcTest: TAction
- Caption = '&Test Settings'
- OnExecute = AcTestExecute
- OnUpdate = EventHandler
- end
- object AcOK: TAction
- Caption = '&OK'
- OnExecute = AcOKExecute
- OnUpdate = EventHandler
- end
- end
- end
-